Class yassl.divnode
All Packages    This Package    Previous    Next

Class yassl.divnode

java.lang.Object
   |
   +----yassl.pnode
           |
           +----yassl.unarynode
                   |
                   +----yassl.binarynode
                           |
                           +----yassl.divnode

public class divnode
extends binarynode

Constructor Index

 o divnode(pnode, pnode)

Method Index

 o eval(Env)
pnodes are directly evaluated, and this function implements the notion of a scheme like eval procedure.

Constructors

 o divnode
  public divnode(pnode left,
                 pnode right)

Methods

 o eval
  public pnode eval(Env e) throws yasslError
pnodes are directly evaluated, and this function implements the notion of a scheme like eval procedure.
Overrides:
eval in class pnode


All Packages    This Package    Previous    Next